object ConnectForm: TConnectForm Left = 444 Top = 336 ActiveControl = btOk BorderStyle = bsDialog Caption = 'Connect' ClientHeight = 194 ClientWidth = 337 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 150 Width = 337 Height = 3 Align = alBottom Shape = bsBottomLine end object Bevel2: TBevel Left = 73 Top = 0 Width = 4 Height = 150 Align = alLeft Shape = bsLeftLine end object Panel1: TPanel Left = 0 Top = 153 Width = 337 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 0 DesignSize = ( 337 41) object btOk: TElPopupButton Left = 107 Top = 8 Width = 105 Height = 25 DrawDefaultFrame = False Default = True Caption = 'OK' TabOrder = 0 OnClick = btOkClick Anchors = [akRight, akBottom] end object btCancel: TElPopupButton Left = 219 Top = 8 Width = 105 Height = 25 DrawDefaultFrame = False ModalResult = 2 Caption = 'Cancel' TabOrder = 1 Anchors = [akRight, akBottom] end end object Panel2: TPanel Left = 0 Top = 0 Width = 73 Height = 150 Align = alLeft BevelOuter = bvNone TabOrder = 1 object Image1: TImage Left = 10 Top = 17 Width = 57 Height = 73 Picture.Data = {} Transparent = True end end object Panel3: TPanel Left = 77 Top = 0 Width = 260 Height = 150 Align = alClient BevelOuter = bvNone TabOrder = 2 object lbEdit: TElURLLabel Left = 45 Top = 124 Width = 30 Height = 13 Cursor = 1458 Caption = 'Edit...' Color = clBlue HyperLinkStyle = [fsUnderline] DockOrientation = doNoOrient ParentColor = False OnClick = lbEditClick end object lbConnect: TLabel Left = 8 Top = 16 Width = 53 Height = 13 Caption = 'Connect to' end object cbConnects: TElComboBox Left = 44 Top = 96 Width = 200 Height = 21 Cursor = crIBeam Style = csDropDownList ItemHeight = 13 LineBorderActiveColor = clBlack LineBorderInactiveColor = clBlack ButtonEnabled = False Enabled = False TabOrder = 2 ParentColor = False end object rbLocal: TElRadioButton Left = 24 Top = 40 Width = 96 Height = 17 Checked = True Caption = 'Local Computer' TabOrder = 0 OnClick = rbLocalClick DoubleBuffered = False end object rbRemote: TElRadioButton Left = 24 Top = 72 Width = 109 Height = 17 Caption = 'Remote Computer' TabStop = False TabOrder = 1 OnClick = rbLocalClick DoubleBuffered = False end end end